-
Notifications
You must be signed in to change notification settings - Fork 33
[PB-5493]: feature/show the downloaded bytes when downloading items #1833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
fix: typo feat: track downloaded bytes from a folder fix: update function name fix: remove nItems and use the downloadedProgress instead
Deploying drive-web with
|
| Latest commit: |
8023a27
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://851e7b56.drive-web.pages.dev |
| Branch Preview URL: | https://fix-show-correct-info-when-d.drive-web.pages.dev |
sg-gs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this keep the items count progress also? We added that because for cases with a lot of small files, the download bytes was not the most realistic way of reporting the download progress
No, it doesn't. Because the count + download progress don't fit in the task log. Also, Paula and I discussed it yesterday and agreed that it's better to show the user that something is happening rather than the items, because if there is a heavy item, the count doesn't add up, but the download progress does. |
|



Display the downloaded bytes progress when downloading folders/items.
Description
Related Issues
Related Pull Requests
Checklist
Testing Process
Additional Notes